func strconv.isPowerOfTwo

2 uses

	strconv (current package)
		itoa.go#L153: 	} else if isPowerOfTwo(base) {
		itoa.go#L203: func isPowerOfTwo(x int) bool {